Bitwise AND Assignment Operator (&=) (JScript 5.6)

Performs a bitwise AND on the value of a variable and the value of an expression and assigns the result to the variable.

result &= expression

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also